home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / projmgt / mainline / install.bat next >
DOS Batch File  |  1992-06-25  |  494b  |  30 lines

  1. echo off
  2. cls
  3. ECHO MainLine Installation File
  4. ECHO Copyright (C) 1992, Minuteman Systems,
  5. ECHO All Rights Reserved
  6. ECHO  
  7. if %1x == x goto error
  8. if %2x == x goto error
  9. if %1 == %2 goto error
  10. ECHO  
  11. ECHO Installing program on drive %2, please wait...
  12. %2
  13. cd\
  14. md MAINLINE
  15. cd \MAINLINE
  16. %1MAINLINE
  17. ECHO  
  18. ECHO ...Installation complete.
  19. ECHO  
  20. ECHO  
  21. ECHO  
  22. ECHO  
  23. ECHO OFF
  24. goto done
  25. :error
  26. echo ** ERROR: you MUST specify the SOURCE and TARGET drives! **
  27. :done
  28. pause
  29. cls
  30.